inspector: Fix a crash
authorMatthias Clasen <mclasen@redhat.com>
Fri, 17 Apr 2020 12:37:45 +0000 (08:37 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 17 Apr 2020 12:37:45 +0000 (08:37 -0400)
commit726a7ac705e511d511ffa4e8429a0474aa1b88ec
tree978fdf8a582c262fa43f91176c1581e3a15abd9d
parent60329c3cda2966691d7b920cf17479cb0d4bd90b
inspector: Fix a crash

Don't crash while picking. The event signal broke
when GdkEvent was turned into a type instance,
since the automatic marshallers don't know how to
deal with that. Manually set the right marshaller.
gtk/inspector/window.c